home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wgdb-42.lha / wgdb-4.2 / libiberty / config / hmake-mach next >
Encoding:
Text File  |  1992-09-11  |  297 b   |  10 lines

  1. # Host makefile fragment for Mach OS
  2. # We need to add strtol (and its subroutine strtoul) since Mach does not
  3. # provide them, and BFD uses them.
  4. HOST_CFILES = strtol.c strtoul.c
  5. HOST_OFILES = strtol.o strtoul.o
  6.  
  7. # Mach already provides strerror(), so we don't supply it.
  8. STRERROR_C =
  9. STRERROR_O =
  10.